@media (max-width: 768px) {
  .footerBox .footerLeft .logoBox {
    width: 100% !important;
  }
  .footerBox .footerRight {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .backToTop .fa {
    padding-left: 8px;
  }
  .backToTop .top-text {
    display: block;
  }
  .cookieBox {
    height: 330px !important;
  }
  .cookieBox .cookie {
    height: 330px !important;
  }
  .cookieBox .cookie .btnsBox {
    margin-top: 15px;
  }
  .cookieBox .cookie .btnsBox .acceptBtn,
  .cookieBox .cookie .btnsBox .manageBtn {
    margin: 0 auto;
  }
  .cookieBox .cookie .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
}
@media (min-width: 768px) {
  .cookieBox .cookie .containerBox {
    display: flex;
    justify-content: space-between;
  }
  .cookieBox .cookie .btnsBox {
    margin-left: 15px;
  }
  .cookieBox .cookie .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
@media (min-width: 992px) {
  
}
@media (min-width: 1366px) {
  
}
.footerBox {
  width: 100%;
  background: #F3F4FA;
  overflow: hidden;
  padding-bottom: 55px;
}
.footerBox .footerLeft {
  display: inline-block;
  vertical-align: top;
  margin-top: 49px;
}
.footerBox .footerLeft .logoBox {
  width: 350px;
  height: auto;
}
.footerBox .footerLeft .logoBox .img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.footerBox .footerRight {
  width: calc(100% - 570px);
  display: inline-block;
  vertical-align: top;
  margin-top: 35px;
  margin-left: 105px;
}

.footerBox .footerRight .text {
  font-size: 14px;
  color: #000000;
}

.footerBox .footerRight .text2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.footerBox .footerRight .text4 {
  margin-top: 15px;
}

.footerBox .footerRight .address {
  margin-right: 20px;
}

.footerBox .footerRight .number {
  margin-right: 35px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: left;
  visibility: hidden;
}

.backToTop {
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.24);
  font-weight: bold;
  padding: 14px;
  background: #fff;
  color: #1a1a1f;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 10px;
  position: fixed;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 12;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.backToTop .top-text {
  font-size: 12px;
}
.backToTop .fa {
  font-weight: bold;
  margin-right: 5px;
}
.backToTop:hover {
  opacity: 1;
}
.backToTop:hover .fa {
  animation: faTransform 0.8s infinite;
  -webkit-animation: faTransform 0.8s infinite;
}
.back-to-top__is-visible {
  visibility: visible;
  opacity: 1;
}
.back-to-top__fade-out {
  opacity: 0.5;
}
.cookieBox {
  height: 165px;
}
.cookieBox .cookie {
  width: 100%;
  height: 165px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333333;
  z-index: 11;
  padding: 35px 0 0;
}
.cookieBox .cookie .desc {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}
.cookieBox .cookie .btnsBox .acceptBtn {
  width: 200px;
  text-align: center;
  background: #ffffff;
  box-shadow: 2px 3px 5px rgba(215, 215, 215, 0.35);
  border-radius: 10px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  padding: 10px 0;
  cursor: pointer;
}
.cookieBox .cookie .btnsBox .acceptBtn:hover {
  animation: shake 0.38s;
  -webkit-animation: shake 0.38s;
}
.cookieBox .cookie .btnsBox .manageBtn {
  width: 200px;
  text-align: center;
  background: #004480;
  box-shadow: 2px 3px 5px rgba(170, 170, 170, 0.35);
  border-radius: 10px;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 10px 0;
  cursor: pointer;
  margin-top: 15px;
}
.cookieBox .cookie .btnsBox .manageBtn:hover {
  animation: shake 0.38s;
  -webkit-animation: shake 0.38s;
}
.cookieBox .cookie .desc .goPolicy{
  color: #0763D3;
  text-decoration: underline;
  cursor: pointer;
}
@keyframes faTransform {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

